home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TSPELLCHECKCONFIGDIALOG / TSPELLCHECKCONFIGDIALOG.txt
Text File  |  2003-07-29  |  6KB  |  254 lines

  1. object SpellCheckConfigDialog: TSpellCheckConfigDialog
  2.   Left = 357
  3.   Top = 221
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Spelling Options'
  7.   ClientHeight = 489
  8.   ClientWidth = 394
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     394
  21.     489)
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object OK: TButton
  25.     Left = 293
  26.     Top = 453
  27.     Width = 92
  28.     Height = 28
  29.     Anchors = [akLeft, akBottom]
  30.     Caption = 'xx&OK'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 3
  34.   end
  35.   object DictionariesGroup: TGroupBox
  36.     Left = 10
  37.     Top = 246
  38.     Width = 375
  39.     Height = 198
  40.     Anchors = [akLeft, akRight, akBottom]
  41.     Caption = ' xxDictionaries: '
  42.     TabOrder = 1
  43.     DesignSize = (
  44.       375
  45.       198)
  46.     object CustomLabel: TLabel
  47.       Left = 10
  48.       Top = 144
  49.       Width = 123
  50.       Height = 16
  51.       Anchors = [akLeft, akBottom]
  52.       Caption = 'xxCustom Dictionary:'
  53.     end
  54.     object CustomCombo: TComboBox
  55.       Left = 10
  56.       Top = 162
  57.       Width = 208
  58.       Height = 24
  59.       Style = csDropDownList
  60.       Anchors = [akLeft, akRight, akBottom]
  61.       ItemHeight = 16
  62.       TabOrder = 1
  63.       OnChange = CustomComboChange
  64.     end
  65.     object DictionariesButton: TButton
  66.       Left = 236
  67.       Top = 160
  68.       Width = 130
  69.       Height = 28
  70.       Anchors = [akRight, akBottom]
  71.       Caption = 'xxDictionaries ...'
  72.       TabOrder = 2
  73.       OnClick = DictionariesButtonClick
  74.     end
  75.     object MainDictionaries: TListView
  76.       Left = 10
  77.       Top = 20
  78.       Width = 356
  79.       Height = 119
  80.       Anchors = [akLeft, akTop, akRight, akBottom]
  81.       Checkboxes = True
  82.       Columns = <
  83.         item
  84.           AutoSize = True
  85.           Caption = 'xxName'
  86.           ImageIndex = 0
  87.         end
  88.         item
  89.           AutoSize = True
  90.           Caption = 'xxFilename'
  91.           ImageIndex = 0
  92.         end>
  93.       ColumnClick = False
  94.       HotTrackStyles = [htHandPoint, htUnderlineHot]
  95.       ReadOnly = True
  96.       RowSelect = True
  97.       SmallImages = XPImageList
  98.       TabOrder = 0
  99.       ViewStyle = vsReport
  100.       OnChange = MainDictionariesChange
  101.       OnClick = MainDictionariesClick
  102.       OnSelectItem = MainDictionariesSelectItem
  103.     end
  104.   end
  105.   object OptionsGroup: TGroupBox
  106.     Left = 10
  107.     Top = 10
  108.     Width = 375
  109.     Height = 228
  110.     Anchors = [akLeft, akTop, akRight, akBottom]
  111.     Caption = ' xxOptions: '
  112.     TabOrder = 0
  113.     object Option1: TCheckBox
  114.       Left = 10
  115.       Top = 20
  116.       Width = 356
  117.       Height = 21
  118.       Caption = 'Option1'
  119.       TabOrder = 0
  120.       OnClick = OptionsClick
  121.     end
  122.     object Option2: TCheckBox
  123.       Left = 10
  124.       Top = 39
  125.       Width = 356
  126.       Height = 21
  127.       Caption = 'Option2'
  128.       TabOrder = 1
  129.       OnClick = OptionsClick
  130.     end
  131.     object Option3: TCheckBox
  132.       Left = 10
  133.       Top = 59
  134.       Width = 356
  135.       Height = 21
  136.       Caption = 'Option3'
  137.       TabOrder = 2
  138.       OnClick = OptionsClick
  139.     end
  140.     object Option4: TCheckBox
  141.       Left = 10
  142.       Top = 79
  143.       Width = 356
  144.       Height = 21
  145.       Caption = 'Option4'
  146.       TabOrder = 3
  147.       OnClick = OptionsClick
  148.     end
  149.     object Option5: TCheckBox
  150.       Left = 10
  151.       Top = 98
  152.       Width = 356
  153.       Height = 21
  154.       Caption = 'Option5'
  155.       TabOrder = 4
  156.       OnClick = OptionsClick
  157.     end
  158.     object Option6: TCheckBox
  159.       Left = 10
  160.       Top = 118
  161.       Width = 356
  162.       Height = 21
  163.       Caption = 'Option6'
  164.       TabOrder = 5
  165.       OnClick = OptionsClick
  166.     end
  167.     object Option7: TCheckBox
  168.       Left = 10
  169.       Top = 138
  170.       Width = 356
  171.       Height = 21
  172.       Caption = 'Option7'
  173.       TabOrder = 6
  174.       OnClick = OptionsClick
  175.     end
  176.     object Option10: TCheckBox
  177.       Left = 10
  178.       Top = 197
  179.       Width = 356
  180.       Height = 21
  181.       Caption = 'Option10'
  182.       TabOrder = 9
  183.       OnClick = OptionsClick
  184.     end
  185.     object Option9: TCheckBox
  186.       Left = 10
  187.       Top = 177
  188.       Width = 356
  189.       Height = 21
  190.       Caption = 'Option9'
  191.       TabOrder = 8
  192.       OnClick = OptionsClick
  193.     end
  194.     object Option8: TCheckBox
  195.       Left = 10
  196.       Top = 158
  197.       Width = 356
  198.       Height = 20
  199.       Caption = 'Option8'
  200.       TabOrder = 7
  201.       OnClick = OptionsClick
  202.     end
  203.   end
  204.   object HelpButton: TButton
  205.     Left = 193
  206.     Top = 453
  207.     Width = 93
  208.     Height = 28
  209.     Anchors = [akLeft, akBottom]
  210.     Caption = 'xxHelp'
  211.     TabOrder = 2
  212.     OnClick = HelpButtonClick
  213.   end
  214.   object ResetButton: TButton
  215.     Left = 10
  216.     Top = 453
  217.     Width = 123
  218.     Height = 28
  219.     Anchors = [akLeft, akBottom]
  220.     Caption = 'xxxReset Defaults'
  221.     TabOrder = 4
  222.     OnClick = ResetButtonClick
  223.   end
  224.   object DialogControl: TConfigurationDialogCtrl
  225.     OnConfigurationAvailable = DialogControlConfigurationAvailable
  226.     Left = 280
  227.     Top = 16
  228.   end
  229.   object XPImageList: TImageList
  230.     AllocBy = 1
  231.     DrawingStyle = dsTransparent
  232.     Width = 1
  233.     Left = 280
  234.     Top = 48
  235.     Bitmap = {
  236.       494C010101000400040001001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  237.       0000000000003600000028000000040000001000000001002000000000000001
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       0000000000000000000000000000000000000000000000000000000000000000
  240.       0000000000000000000000000000000000000000000000000000000000000000
  241.       0000000000000000000000000000000000000000000000000000000000000000
  242.       0000000000000000000000000000000000000000000000000000000000000000
  243.       0000000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       000000000000000000000000000000000000424D3E000000000000003E000000
  247.       2800000004000000100000000100010000000000400000000000000000000000
  248.       000000000000000000000000FFFFFF0080000000800000008000000080000000
  249.       8000000080000000800000008000000080000000800000008000000080000000
  250.       8000000080000000800000008000000000000000000000000000000000000000
  251.       000000000000}
  252.   end
  253. end
  254.